home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / rebound.swf / scripts / frame_8 / PlaceObject2_208_55 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-13  |  174 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(cir < _root.score and cirswitch == 1)
  3.    {
  4.       cir += 1;
  5.       _root.scoreend += 1;
  6.    }
  7.    else
  8.    {
  9.       cirswitch = 0;
  10.    }
  11. }
  12.